home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
10
/
7
/
DISK1074.ZIP
/
GO1.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-04-22
|
217b
|
12 lines
:GO1.Bat - displays CROSSpro text file.
@ECHO OFF
IF NOT EXIST ShoPRN.Exe GOTO Jump
SHOPRN Xpro3.Txt /d
GOTO End
:Jump
ECHO.
ECHO Aborting, ShoPRN.Exe must be in the current directory or path.
ECHO.
:End